JAMS Developer Guide
GetVariable<TResult> Class
Members 


MVPSI.JAMS.Activities Namespace : GetVariable<TResult> Class
Gets the value of a JAMS Variable.
Object Model
GetVariable<TResult> Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class GetVariable(Of TResult) 
   Inherits JAMSNativeActivityGeneric(Of TResult)
   Implements ISupportCommands 
'Usage
 
Dim instance As GetVariable(Of TResult)
[System.Drawing.ToolboxBitmap()]
public sealed class GetVariable<TResult> : JAMSNativeActivityGeneric<TResult>, ISupportCommands  
Type Parameters
TResult
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.ActivityWithResult
         System.Activities.Activity<TResult>
            System.Activities.NativeActivity<TResult>
               MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<T>
                  MVPSI.JAMS.Activities.GetVariable<TResult>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetVariable<TResult> Members
MVPSI.JAMS.Activities Namespace